home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / gdbm-1.7.3 / README.mac < prev    next >
Text File  |  1994-05-22  |  646b  |  21 lines

  1.                                                                                       5/21/94
  2.  
  3. This is Think C 7.0 port of GNU gdbm-1.7.3.   GNU dbm is a set of
  4. database routines that use extendible hashing and works similar 
  5. to the standard UNIX dbm routines.   
  6.  
  7. This is NOT a full port of gdbm-1.7.3.  Since I don't need all the
  8. features of gdbm, many fuctions in it are neither ported nor 
  9. tested, such as dbm/ndbm compatibility, fsync, and file lock.
  10. All the changes that I made are marked either by
  11. #ifdef THINK_C
  12. or 
  13. #ifndef THINK_C
  14.  
  15. The documentations of gdbm are in the doc folder.
  16.  
  17. Have fun.
  18.  
  19. Tzong-Shuoh Yang
  20. (tsyang@ce.berkeley.edu)
  21.